home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 December / PCWorld_2002-12_cd.bin / Software / Vyzkuste / webster / setup.exe / {app} / Css / CSS3.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  1998-10-22  |  649 b   |  52 lines

  1. a:link
  2. {
  3.     color: rgb(204,0,0); 
  4. }
  5. a:visited
  6. {
  7.     color: rgb(102,0,0); 
  8. a:active 
  9. {
  10.     color: rgb(0,0,204);
  11. }
  12. body
  13. {
  14.     font-family: Bookman Old Style, Times New Roman, Times;
  15.     background-color: rgb(204,204,204);
  16.     color: rgb(0,0,102);
  17. }
  18. table
  19. {
  20.     table-border-color-light: rgb(102,153,255);
  21.     table-border-color-dark: rgb(0,0,102); 
  22. }
  23. h1, h2, h3, h4, h5, h6
  24. {
  25.     font-family: Bookman Old Style, Times New Roman, Times;
  26. }
  27. h1
  28. {
  29.     color: rgb(51,51,204);
  30. }
  31. h2
  32. {
  33.     color: rgb(0,153,51); 
  34. }
  35. h3
  36. {
  37.     color: rgb(204,51,51); 
  38. }
  39. h4
  40. {
  41.     color: rgb(51,0,204);
  42. }
  43. h5
  44. {
  45.     color: rgb(0,153,51);
  46. }
  47. h6
  48. {
  49.     color: rgb(204,51,51);
  50. }
  51.